Purpose: The MenuOfColors form allows a popup menu or application menu to display a palette of colors. Usage: Set the entries of the menu to the indices of the colors. Color indices range from 0 to 255. Set the title to the number of columns. If the title is blank or not a number, FaceSpan does some default thing. An application menu’s form property can be assigned only while the application is running; it is not retained when the application stops. Example: The contents of a popup menu that displays the grays from white to black: 1 246 247 248 249 250 251 252 253 254 255